home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / I.HLP < prev    next >
Text File  |  1989-11-23  |  2KB  |  42 lines

  1.  
  2.  
  3.         Single line DIS/ASSEMBLER Command
  4.  
  5.     The Single line Assembler / Disassembler is used to view
  6. memory contents as instruction codes and/or to enter new
  7. instruction codes into memory. 
  8.  
  9.     When invoked, this command asks for a starting address. You
  10. must reply with a valid hex-decimal memory address. Upon receiving
  11. a valid address, EVSbug332 reads the M68332 memory and disassembles
  12. the instruction found at that address. The disassembled instruction
  13. is then displayed. At this point you may, assemble a new
  14. instruction, move to the next instruction, begin disassembling at
  15. a new address, or exit the command.
  16.  
  17.     If you wish to assemble a new instruction into m68332 memory,
  18. enter the instruction mnemonic followed by all the required
  19. operands. No imbedded white spaces are allowed as they are used
  20. field delimiters. No label references are allowed and all numeric
  21. data must be valid hex-decimal preceded by a dollar sign ($). A
  22. correctly entered instruction  is assembled into m68332 memory (if
  23. it is alterable) and the memory location following the instruction
  24. is read and disassembled, completing the sequence. An incorrectly
  25. entered instruction displays an error message and remains at the
  26. currently open memory location, allowing you to re-enter the
  27. instruction.
  28.  
  29.     If you wish to proceed to the next instruction without adding
  30. a new instruction, simple press the <Enter> key. The next
  31. instruction will be read from the M68332 memory and disassembled.
  32.  
  33.     If you wish to exit the command or begin disassembling at a
  34. new address location, enter a period (.) in place of a new
  35. instruction. At this point you are asked if you wish to continue.
  36. Entry of a "C" restarts the process by asking for a new address
  37. location at which to assemble / disassemble M68332 instructions.
  38. Entry of any other character terminated the command.
  39.  
  40. %END
  41.  
  42.